home *** CD-ROM | disk | FTP | other *** search
- /* Presented when user typed illegal characters
- No valid object */
- "Invalid number" = "Ogiltigt nummer";
-
- /* Presented when user value smaller than minimum */
- "Fell short of minimum" = "Vîrdet du angav understiger minimivîrdet";
-
- /* Presented when user value larger than maximum */
- "Maximum exceeded" = "Vîrdet du angav üverstiger maximivîrdet";
-
- /* Presented when value is a float, but floats not allowed */
- "Floating Point not allowed" = "Flyttal îr inte tillïtna";
-
- /* Presented when string cannot be converted to an NSDate */
- "Invalid date string" = "Ogiltig datumstrîng";
-